Xbasic

OBJECT.QUICKFILTER Function

Syntax

Record_Count as N = .Quickfilter()

Arguments

Record_Count

The number of records found by the query.

Description

Returns a count of the matching records.

images/Quick_Filter_button.gif

The <OBJECT>.QUICKFILTER() method applies to:

Browses (for <OBJECT> use either the <BROWSE> pointer or the name of the browse)
Forms (for <OBJECT> use either the <FORM> pointer or the name of the form)

The <OBJECT>.QUICKFILTER() method returns a count of the matching records, as if you had clicked the Quick Filter icon.

Limitations

Desktop applications only.

See Also